home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / delph / jun96 / fungf101.gif < prev    next >
Graphics Interchange Format  |  1996-11-16  |  41KB  |  374x275  |  8-bit (127 colors)
Labels: text | screenshot | font | number | document
OCR: Property Description FreeOnTerminate Specifies whether the VCL automatically destroys the thread upon termination. Default is False. Handle The thread handle. Priority Lets you set/get the thread's relative priority. OnTerminate An event property for the event handler that is exe- cuted when the thread terminates. ReturnValue The value returned by a thread. Suspended A Boolean variable that lets you set/get the thread's suspended state, Terminated A read-only Boolean that indicates if the thread should terminate. ThreadID The thread's ID. Figure 1: TThread class properties.